﻿2026-06-08T23:25:03.3489444Z ##[group]Run actions/checkout@v5
2026-06-08T23:25:03.3489696Z with:
2026-06-08T23:25:03.3489885Z   repository: SaberMage/spt-shell-notify
2026-06-08T23:25:03.3490130Z   path: .adapter-notify
2026-06-08T23:25:03.3492078Z   token: ***
2026-06-08T23:25:03.3492265Z   ssh-strict: true
2026-06-08T23:25:03.3492436Z   ssh-user: git
2026-06-08T23:25:03.3492614Z   persist-credentials: true
2026-06-08T23:25:03.3492812Z   clean: true
2026-06-08T23:25:03.3492994Z   sparse-checkout-cone-mode: true
2026-06-08T23:25:03.3493207Z   fetch-depth: 1
2026-06-08T23:25:03.3493382Z   fetch-tags: false
2026-06-08T23:25:03.3493558Z   show-progress: true
2026-06-08T23:25:03.3493730Z   lfs: false
2026-06-08T23:25:03.3493897Z   submodules: false
2026-06-08T23:25:03.3494077Z   set-safe-directory: true
2026-06-08T23:25:03.3494273Z ##[endgroup]
2026-06-08T23:25:03.4845702Z Syncing repository: SaberMage/spt-shell-notify
2026-06-08T23:25:03.4848927Z ##[group]Getting Git version info
2026-06-08T23:25:03.4849371Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-08T23:25:03.4875940Z [command]/usr/bin/git version
2026-06-08T23:25:03.4907665Z git version 2.43.0
2026-06-08T23:25:03.4925244Z ##[endgroup]
2026-06-08T23:25:03.4935910Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ce6f68d5-c802-402f-9fe7-b15ee064a021' before making global git config changes
2026-06-08T23:25:03.4936704Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T23:25:03.4938623Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-08T23:25:03.4967889Z ##[group]Initializing the repository
2026-06-08T23:25:03.4970815Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-08T23:25:03.4997305Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-08T23:25:03.4997848Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-08T23:25:03.4998370Z hint: of your new repositories, which will suppress this warning, call:
2026-06-08T23:25:03.4998719Z hint: 
2026-06-08T23:25:03.4998985Z hint: 	git config --global init.defaultBranch <name>
2026-06-08T23:25:03.4999633Z hint: 
2026-06-08T23:25:03.4999930Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-08T23:25:03.5000403Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-08T23:25:03.5000763Z hint: 
2026-06-08T23:25:03.5000982Z hint: 	git branch -m <name>
2026-06-08T23:25:03.5002342Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-08T23:25:03.5008634Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-08T23:25:03.5033958Z ##[endgroup]
2026-06-08T23:25:03.5034349Z ##[group]Disabling automatic garbage collection
2026-06-08T23:25:03.5036196Z [command]/usr/bin/git config --local gc.auto 0
2026-06-08T23:25:03.5058339Z ##[endgroup]
2026-06-08T23:25:03.5058628Z ##[group]Setting up auth
2026-06-08T23:25:03.5062903Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-08T23:25:03.5086401Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-08T23:25:03.5292914Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T23:25:03.5317957Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-08T23:25:03.5499010Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T23:25:03.5524742Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-08T23:25:03.5709754Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-08T23:25:03.5739916Z ##[endgroup]
2026-06-08T23:25:03.5740306Z ##[group]Determining the default branch
2026-06-08T23:25:03.5742905Z Retrieving the default branch name
2026-06-08T23:25:03.9567881Z Default branch 'main'
2026-06-08T23:25:03.9568726Z ##[endgroup]
2026-06-08T23:25:03.9569106Z ##[group]Fetching the repository
2026-06-08T23:25:03.9574389Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-08T23:25:04.5863855Z From https://github.com/SaberMage/spt-shell-notify
2026-06-08T23:25:04.5864541Z  * [new branch]      main       -> origin/main
2026-06-08T23:25:04.5887828Z ##[endgroup]
2026-06-08T23:25:04.5888292Z ##[group]Determining the checkout info
2026-06-08T23:25:04.5891339Z ##[endgroup]
2026-06-08T23:25:04.5895757Z [command]/usr/bin/git sparse-checkout disable
2026-06-08T23:25:04.5937524Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-08T23:25:04.5961123Z ##[group]Checking out the ref
2026-06-08T23:25:04.5963407Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-08T23:25:04.5998831Z Switched to a new branch 'main'
2026-06-08T23:25:04.5999127Z branch 'main' set up to track 'origin/main'.
2026-06-08T23:25:04.6002814Z ##[endgroup]
2026-06-08T23:25:04.6030952Z [command]/usr/bin/git log -1 --format=%H
2026-06-08T23:25:04.6051388Z ee2d37eadc730c0019e0af82d683074c509634a2
